home *** CD-ROM | disk | FTP | other *** search
/ PC Open 100 / PC Open 100 CD 1.bin / CD1 / grafica / Image Analyzer / ImageAnalyzer.exe / 3D ReadMe.txt next >
Encoding:
Text File  |  2004-02-14  |  2.7 KB  |  63 lines

  1. -------------------------------------------------------------------------------
  2.                         Image Analyzer 3D modeling plugin
  3. -------------------------------------------------------------------------------
  4.           Copyright (C) 2003  |  Michael Vinther  |  mv@logicnet╖dk
  5.                      MeeSoft  |  http://meesoft.logicnet.dk
  6. -------------------------------------------------------------------------------
  7.  
  8. Description:
  9. ------------
  10.   The 3D modelling plugin can produce models from either a depth map or a lathe
  11.   profile, and a texture can be assigned to the model. Go to the Image Analyzer
  12.   plugin downloads page at http://meesoft.logicnet.dk for a few tutorial
  13.   examples.
  14.   A depth map is either a grayscale image or a float map. Lathe profiles can be
  15.   given either as a grayscale image (see BishopProfile.png or LampProfile.png) 
  16.   or an expression.
  17.   To use an expression, open the expression evaluator (F11), enter an
  18.   expression like "sqrt(1-y^2)" (this is a semicircle) and select "Generate
  19.   from lathe profile" in the plugin menu. Here a texture can be assigned to the
  20.   model. The semicircle will result in a 3D ball.
  21.  
  22.   To change the appearence of the model, change the rendering method or surface
  23.   reflection in the menu. The light source can be moved using the right mouse
  24.   button. Note that the light source is modelled as light comming from very far
  25.   away (like sunlight on earth) and the distance cannot be changed - only the
  26.   angle.
  27.  
  28.   Both the rendered model and a distance map (the Z-buffer) can be returned to
  29.   Image Analyzer for file export.
  30.  
  31.  
  32. Installing the plugin:
  33. ----------------------
  34.   The plugin requires DirectX 7 and Image Analyzer 1.16 or later. For Image
  35.   Analyzer to be able to find the plugin, View3DModel.dll should be placed in
  36.   the folder ProcessingPlugins below the Image Analyzer program folder.
  37.  
  38.  
  39. License information:
  40. --------------------
  41. Thanks to Markus Oberhumer and Laszlo Molnar for their brilliant EXE compressor
  42. UPX. (See http://upx.sourceforge.net/)
  43.  
  44. This program is freeware and can be used and copied freely, if the following
  45. conditions are accepted:
  46.   ╖ I (Michael Vinther) or MeeSoft can not in any way be held responsible for
  47.     any damage or loss caused by using this program.
  48.   ╖ The program can be distributed as long as it is not modified and this text
  49.     file is included.
  50.  
  51.  
  52. Version history:
  53. ----------------
  54. Note that this version history is incomplete. It does not include all changes
  55. in all versions.
  56.  
  57. Changes in version 1.00  (2003-06-22):
  58.   First public release
  59. Changes in version 1.01  (2003-07-23):
  60.   Fixed problem when not rendering in 32 bit display mode on some systems
  61. Changes in version 1.02  (2003-09-16):
  62.   Diagram mode with axis display
  63.